home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / scopedisk24 / ClipIt1.1 / ClipIt.doc < prev    next >
Text File  |  1988-08-26  |  5KB  |  110 lines

  1.  
  2.    ClipIt 1.1                            Copyright (c) 1987 by Mike Scalora
  3.  
  4.  
  5.    This program is shareware.   Freely distributable as long as this 
  6.    notice stays in.
  7.  
  8.    This program was originally uploaded to PeopleLink's Amiga Zone.  The 
  9.    Amiga Zone has well over 3000 members, and a library of thousands of 
  10.    public domain files.  If you're interested in joining us, call 
  11.       800-524-0100 (voice) 
  12.    or 800-826-8855 (modem).
  13.  
  14.   This program is shareware.  If you use it, please send me $10 so I can
  15.   continue to not work at McDonald's so that I will have the free time
  16.   to write program for you, the Amiga community.  Please give ClipIt
  17.   to all the Amgia users you know.
  18.  
  19.   Non-distributable source code is available (on disk) for $20 (Includes 
  20.   shareware fee!).  The source code for this is Benchmark Modula-2 and 
  21.   assembler.  To compile the source you must have Benchmark Modula-2.  
  22.   If you want to re-assemble the InputHandler, you must also have an
  23.   assembler. (Asm68K, the PD assembler, will NOT work, sorry.  It does 
  24.   not work with the Benchmark Modula-2 include files.)  A make file will 
  25.   also be included.  Free updates with SASMw/3.5"disk.
  26.   Source shows how to:
  27.     - write an InputHandler (in ASM) and interface it with Modula-2
  28.     - write simple ILBM files (1.4K routine vs. 5K for library routine)
  29.     - do window iconification.
  30.  
  31.   Send your contribution to:
  32.  
  33.   Mike SCARY Scalora
  34.   342 Hurley Ave
  35.   Kingston, NY  12401
  36.  
  37.   NOTE to PLink users: Shareware fees can be paid using a PLink gift!  Save
  38.                        time and stamps!
  39.  
  40.  ---------------------------------------------------------------------------
  41.  
  42.   ClipIt is a utility for the Amiga that lets you take 'clips' of graphics
  43.   from any screen.  The 'clips' are 'clipped' into a window and can then
  44.   be saved in IFF format.  You can have up to 5 'clips' at any one time.  
  45.   You can have 'clips' on any screen**.
  46.  
  47.   ** 1)  Some screens don't like windows on them (i.e. DPaintII) and 'clip'
  48.          windows will erase what is under them.
  49.  
  50.   ** 2)  If you close a screen while there is a 'clip' window on it, you
  51.          stand a good chance of meeting the guru or locking up ClipIt.  I
  52.          tried this a few times to see what would happen.  I never got the 
  53.          guru, but I locked up ClipIt every time.
  54.  
  55.   How to use ClipIt:
  56.   
  57.   To take a clip, just hold down the LEFT-Alt key and drag out an 
  58.   imaginary box with the mouse and the LEFT-Button.  That was
  59.   LEFT-Alt - LEFT-Button-drag.  Got it?  Good!
  60.  
  61.   NOTES: You can only clip from the front screen, and to get good results,
  62.   you should have this screen pulled all the way up.
  63.  
  64.   The ClipIt window.  When you run ClipIt, it opens a control window on
  65.   the Workbench screen.  This window is used to select options and 
  66.   save 'clips'.  There are 5 number gadgets that select the 'clip' to
  67.   be saved.  The SAVE AS gadgets is used to save the 'clips'.  Next to it
  68.   is a string gadgets that is used to specify the file name to save the
  69.   'clip' under.  The default file name is 'RAM:Clip.iff'.  There is
  70.   also a gadget labeled 'Clip to Workbench'.  When this gadget is on,
  71.   all 'clip' windows will be opened on the Workbench screen.  When the
  72.   'Color' gadget is on, 'clip' windows will be opened with the border
  73.   in color 3 instead of color 1.  'Kill HOT-KEYS' turns off ClipIt.
  74.   While this gadget is selected, any LEFT-Alt - LEFT-Button events will
  75.   be passed on to intuition. The last gadget is 'Iconify', this gadget
  76.   closes the control window and opens a small 'icon' window.  To open the
  77.   control window back up, just click in the non-border area of the 'icon' 
  78.   window.
  79.  
  80.   ClipIt will run from both CLI and Workbench.  If you run ClipIt from 
  81.   Workbench, a small, I'm talking small here, window will be opened in
  82.   the very top left corner.  How small you ask?  1 by 1!
  83.  
  84.   ClipIt will refuse to make clips that are too large or too small.
  85.  
  86.   NOTE: If you need to use Alt and the LEFT-Button on the mouse and you 
  87.   don't want to use 'Kill HOT-KEYS', use the RIGHT-Alt.  RIGHT-Alt is NOT
  88.   used by ClipIt.
  89.  
  90.   I was thinking of making the clip windows sizable.  It would take a bit
  91.   of code.  Is it needed?  Wadda ya thin?  I was also thinking about 
  92.   putting in a 'save-screen' feature.  Is this needed with all the PD
  93.   screen savers around?  If I did that, I think I would have to go to a
  94.   packed ILBM file.  That could turn out to be a lot of code also.
  95.  
  96.   If you find a bug, OR you thing you have a good idea of something else
  97.   that could be put into ClipIt, please let me know.
  98.  
  99.   I can be reached at:
  100.  
  101.   People Link: SCARY
  102.   Internet   : SCALOR01@SNYNEWBA.bitnet
  103.   CI$        : 73717,2334    (every other cold day in hell)
  104.  
  105.   OR
  106.  
  107.   - ] Mike SCARY Scalora [ -
  108.   342 Hurley Ave 7-12
  109.   Kingston, NY  12401
  110.